home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 April / CHIP CD (4 - 2007).iso / beeld / viewers / karsten-setup-3.4.0.exe / {app} / karsten.exe / 0 / RCDATA / TSAMMLUNGREPAIRFORM / TSAMMLUNGREPAIRFORM.txt
Text File  |  2006-11-02  |  7KB  |  283 lines

  1. object SammlungRepairForm: TSammlungRepairForm
  2.   Left = 350
  3.   Top = 311
  4.   Caption = 'Repair Broken Links'
  5.   ClientHeight = 416
  6.   ClientWidth = 575
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnClose = FormClose
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnResize = FormResize
  19.   DesignSize = (
  20.     575
  21.     416)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object ObjectListLabel: TLabel
  25.     Left = 8
  26.     Top = 8
  27.     Width = 62
  28.     Height = 13
  29.     Caption = '&Broken Links'
  30.     FocusControl = ObjectListGrid
  31.   end
  32.   object Label2: TLabel
  33.     Left = 224
  34.     Top = 296
  35.     Width = 32
  36.     Height = 13
  37.     Caption = 'Label2'
  38.   end
  39.   object OkButton: TBitBtn
  40.     Left = 8
  41.     Top = 384
  42.     Width = 97
  43.     Height = 25
  44.     HelpContext = 908
  45.     Anchors = [akLeft, akBottom]
  46.     Caption = '&OK'
  47.     TabOrder = 2
  48.     Kind = bkOK
  49.   end
  50.   object CancelButton: TBitBtn
  51.     Left = 112
  52.     Top = 384
  53.     Width = 97
  54.     Height = 25
  55.     HelpContext = 909
  56.     Anchors = [akLeft, akBottom]
  57.     Caption = '&Cancel'
  58.     TabOrder = 3
  59.     Kind = bkCancel
  60.   end
  61.   object HelpButton: TBitBtn
  62.     Left = 472
  63.     Top = 384
  64.     Width = 97
  65.     Height = 25
  66.     Hint = 'Open the help file'
  67.     HelpContext = 35
  68.     Anchors = [akRight, akBottom]
  69.     Enabled = False
  70.     TabOrder = 4
  71.     Kind = bkHelp
  72.   end
  73.   object ObjectListGrid: TStringGrid
  74.     Left = 8
  75.     Top = 24
  76.     Width = 561
  77.     Height = 177
  78.     Anchors = [akLeft, akTop, akRight, akBottom]
  79.     ColCount = 4
  80.     DefaultColWidth = 100
  81.     DefaultRowHeight = 18
  82.     FixedCols = 0
  83.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goRowSelect, goThumbTracking]
  84.     TabOrder = 0
  85.     OnSelectCell = ObjectListGridSelectCell
  86.   end
  87.   object ProcedurePages: TPageControl
  88.     Left = 8
  89.     Top = 209
  90.     Width = 561
  91.     Height = 169
  92.     ActivePage = ReplacePathSheet
  93.     Anchors = [akLeft, akRight, akBottom]
  94.     TabOrder = 1
  95.     OnChanging = ProcedurePagesChanging
  96.     object ReplacePathSheet: TTabSheet
  97.       Caption = '&Replace Path'
  98.       ExplicitLeft = 0
  99.       ExplicitTop = 0
  100.       ExplicitWidth = 0
  101.       ExplicitHeight = 0
  102.       object SourcePathLabel: TLabel
  103.         Left = 8
  104.         Top = 8
  105.         Width = 66
  106.         Height = 13
  107.         Caption = '&Previous Path'
  108.         FocusControl = SourcePathEdit
  109.       end
  110.       object DestPathLabel: TLabel
  111.         Left = 8
  112.         Top = 56
  113.         Width = 47
  114.         Height = 13
  115.         Caption = '&New Path'
  116.         FocusControl = DestPathEdit
  117.       end
  118.       object SourcePathEdit: TEdit
  119.         Left = 8
  120.         Top = 24
  121.         Width = 449
  122.         Height = 21
  123.         TabOrder = 0
  124.       end
  125.       object DestPathEdit: TEdit
  126.         Left = 8
  127.         Top = 72
  128.         Width = 449
  129.         Height = 21
  130.         TabOrder = 2
  131.       end
  132.       object DestPathButton: TButton
  133.         Left = 464
  134.         Top = 72
  135.         Width = 25
  136.         Height = 21
  137.         Caption = '...'
  138.         TabOrder = 3
  139.         OnClick = DestPathButtonClick
  140.       end
  141.       object ReplaceButton: TButton
  142.         Left = 8
  143.         Top = 104
  144.         Width = 75
  145.         Height = 25
  146.         Caption = '&Replace'
  147.         TabOrder = 4
  148.         OnClick = ReplaceButtonClick
  149.       end
  150.       object TakeObjectButton: TButton
  151.         Left = 464
  152.         Top = 24
  153.         Width = 81
  154.         Height = 21
  155.         Caption = 'From &List'
  156.         TabOrder = 1
  157.         OnClick = TakeObjectButtonClick
  158.       end
  159.     end
  160.     object SearchSheet: TTabSheet
  161.       Caption = '&Search'
  162.       ImageIndex = 2
  163.       DesignSize = (
  164.         553
  165.         141)
  166.       object SearchProgressLabel: TLabel
  167.         Left = 8
  168.         Top = 95
  169.         Width = 78
  170.         Height = 13
  171.         Caption = 'Search Progress'
  172.         Visible = False
  173.       end
  174.       object SearchResultLabel: TLabel
  175.         Left = 8
  176.         Top = 114
  177.         Width = 67
  178.         Height = 13
  179.         Caption = 'Search Result'
  180.         Visible = False
  181.       end
  182.       object SearchPathEdit: TLabeledEdit
  183.         Left = 8
  184.         Top = 24
  185.         Width = 505
  186.         Height = 21
  187.         Anchors = [akLeft, akTop, akRight]
  188.         EditLabel.Width = 47
  189.         EditLabel.Height = 13
  190.         EditLabel.Caption = 'Start &Path'
  191.         TabOrder = 0
  192.         OnChange = SearchPathEditChange
  193.       end
  194.       object SearchPathButton: TButton
  195.         Left = 519
  196.         Top = 24
  197.         Width = 25
  198.         Height = 21
  199.         Anchors = [akTop, akRight]
  200.         Caption = '...'
  201.         TabOrder = 1
  202.         OnClick = SearchPathButtonClick
  203.       end
  204.       object StartSearchButton: TButton
  205.         Left = 8
  206.         Top = 56
  207.         Width = 75
  208.         Height = 25
  209.         Caption = '&Start'
  210.         Enabled = False
  211.         TabOrder = 2
  212.         OnClick = StartSearchButtonClick
  213.       end
  214.       object StopSearchButton: TButton
  215.         Left = 88
  216.         Top = 56
  217.         Width = 75
  218.         Height = 25
  219.         Caption = '&Stop'
  220.         Enabled = False
  221.         TabOrder = 3
  222.         OnClick = StopSearchButtonClick
  223.       end
  224.     end
  225.     object RemoveObjSheet: TTabSheet
  226.       Caption = 'R&emove Items'
  227.       ImageIndex = 1
  228.       ExplicitLeft = 0
  229.       ExplicitTop = 0
  230.       ExplicitWidth = 0
  231.       ExplicitHeight = 0
  232.       object RemoveObjLabel1: TLabel
  233.         Left = 14
  234.         Top = 13
  235.         Width = 218
  236.         Height = 13
  237.         Caption = 'Removes the broken items from the collection.'
  238.       end
  239.       object RemoveObjLabel2: TLabel
  240.         Left = 14
  241.         Top = 32
  242.         Width = 148
  243.         Height = 13
  244.         Caption = 'The image files are not deleted.'
  245.       end
  246.       object RemoveObjButton: TButton
  247.         Left = 14
  248.         Top = 64
  249.         Width = 75
  250.         Height = 25
  251.         Caption = 'R&emove'
  252.         TabOrder = 0
  253.         OnClick = RemoveObjButtonClick
  254.       end
  255.     end
  256.   end
  257.   object DestPathDialog: TOpenPictureDialog
  258.     Filter = 
  259.       'All Files (*.png;*.jpg;*.jpeg;*.bmp;*.ico;*.emf;*.wmf)|*.png;*.j' +
  260.       'pg;*.jpeg;*.bmp;*.ico;*.emf;*.wmf|Portable Network Graphics (*.p' +
  261.       'ng)|*.png|JPEG Image (*.jpg)|*.jpg|JPEG Image (*.jpeg)|*.jpeg|Bi' +
  262.       'tmaps (*.bmp)|*.bmp|Icons (*.ico)|*.ico|Enhanced Metafiles (*.em' +
  263.       'f)|*.emf|Windows Metafiles (*.wmf)|*.wmf'
  264.     Options = [ofHideReadOnly, ofPathMustExist, ofEnableSizing]
  265.     Title = 'Select a File From the Destination Folder'
  266.     Left = 200
  267.     Top = 8
  268.   end
  269.   object SearchPathDialog: TJvBrowseForFolderDialog
  270.     Options = [odFileSystemDirectoryOnly, odStatusAvailable, odEditBox, odNewDialogStyle, odNoNewButtonFolder, odValidate]
  271.     Title = 'Select Search Start'
  272.     Left = 232
  273.     Top = 8
  274.   end
  275.   object SearchProcessTimer: TTimer
  276.     Enabled = False
  277.     Interval = 100
  278.     OnTimer = SearchProcessTimerTimer
  279.     Left = 264
  280.     Top = 8
  281.   end
  282. end
  283.